Cover TOC Chap Prev Chap Prev Fig Next Fig Next Chap

Chapter 25: Controlling Detail

../ch25/25fig05.gif
Figure 25.5

Three torches within an LOD node.

25fig05.wrl
Click on the image to view the VRML scene.

#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright (c) 1997
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
LOD {
    center 0.0 0.0 0.0
    range [ 7.5, 12.0 ]
    level [
    # High-detail
        Inline { url "torch1.wrl" },
    # Medium-detail
        Inline { url "torch2.wrl" },
    # Low-detail
        Inline { url "torch3.wrl" }
    ]
}